home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieTime of sprite 5 < 5575 then
- go(the frame)
- else
- set the movieRate of sprite 5 to 0
- unloadMember("clip-vtm")
- go("stars")
- end if
- end
-
- on mouseDown
- global bPrimeraVez, bSalto
- set bSalto to 1
- set the movieRate of sprite 5 to 0
- unloadMember("clip-vtm")
- if bPrimeraVez then
- go("stars")
- else
- set the visible of sprite 5 to 0
- updateStage()
- set the visible of sprite 5 to 1
- go("codigo salto")
- end if
- end
-